func encoding/xml.isName

4 uses

	encoding/xml (current package)
		marshal.go#L345: 	if prefix == "" || !isName([]byte(prefix)) || strings.Contains(prefix, ":") {
		xml.go#L1084: 					if isName(name) {
		xml.go#L1187: 	if !isName(b) {
		xml.go#L1228: func isName(s []byte) bool {